ostree.git
2016-03-01 Giuseppe Scrivanotest-rofiles-fuse: skip when fusermount is not present
2016-03-01 Giuseppe ScrivanoFix make syntax-check
2016-02-27 Colin Waltersdocs: Add a blurb on the summary file
2016-02-26 Colin WaltersRelease 2016.3
2016-02-26 Colin Waltersdeltas: Add a compression size heuristic for endianness...
2016-02-26 Colin Waltersdeltas: Heuristically detect endianness for older deltas
2016-02-26 Colin Waltersdeltas: Use endianness marker when parsing
2016-02-26 Colin Waltersdeltas: Include an endianness marker
2016-02-24 Alexander Larssonrofiles-fuse: Handle operations on the root
2016-02-24 Alexander Larssondeltas: Fix regression in ostree_repo_static_delta_exec...
2016-02-23 Colin Waltersdeltas: Fix some more 32 bit warnings
2016-02-23 Colin Walterslib: Two more compiler warning fixes
2016-02-23 Colin Walterslibarchive: Fix a 32 bit format warning
2016-02-22 Colin WaltersRelease 2016.2
2016-02-22 Colin Waltersgpg: Use gpg_strerror_r for threadsafety
2016-02-22 Alexander Larssonbuild: Use threadsafe GPGME
2016-02-22 Colin Walterslibarchive: Make autocreate_parents imply autocreating...
2016-02-22 Colin Waltersdocs: Add a new formats section, move static deltas...
2016-02-22 Joaquim Rochabuild: Link ostree with libarchive
2016-02-19 Colin Walterspull: Add a --dry-run option for static deltas
2016-02-19 Colin Walterspull: Add require-static-deltas pull option
2016-02-19 Jonathan Lebonostree-sysroot: add debug option to help testing
2016-02-19 Colin Waltersrepo: Add ostree_repo_import_archive_to_mtree
2016-02-19 Colin WaltersRename libarchive write API to "export", matching comma...
2016-02-18 Colin Waltersmanual: Note that the bare-user mode exists
2016-02-17 Colin Waltersrofiles-fuse: Fix truncate call to not use O_CREAT
2016-02-17 Colin Walterspackaging: Add a fuse subpackage
2016-02-16 Colin WaltersSupport Docker-style whiteouts
2016-02-15 Colin Waltersman/ostree-export.xml: Add to git
2016-02-14 Colin Waltersmanual-tests: New static-delta-generate-crosscheck.sh
2016-02-14 Colin Walterspull: Support specifying exact commit to pull via branc...
2016-02-14 Colin WaltersAdd an `export` builtin, and API to write to libarchive
2016-02-10 Colin WaltersImport rofiles-fuse
2016-02-09 Matthew Barnesfetcher: Fix hung GTlsInteraction
2016-02-08 Colin Walterslib: Expand `ostree static-delta show` to show part...
2016-02-08 Colin Walterslib: Create an internal static delta parsing/opening...
2016-02-08 Colin Waltersbuild: Remove --disable-static-deltas option
2016-02-08 Colin WaltersREADME.md: Update to link to Read The Docs, describe...
2016-02-08 Colin Waltersdocs-md: Delete (obsoleted by docs/)
2016-02-07 Giuseppe Scrivanobuild: 'make clean' removes parse-datetime.c
2016-02-03 Colin Walterspackaging: Sync spec file with Fedora
2016-01-28 Colin Waltersstatic-delta: Add `show` subcommand
2016-01-28 Colin Waltersbuild: Hoist man conditional higher
2016-01-28 Colin Walterslib: Add a #define OSTREE_SHA256_DIGEST_LEN 32
2016-01-28 Colin Waltersbuild: Add --disable-man
2016-01-28 Colin Waltersrepo: Port -refs.c to openat()
2016-01-28 Colin Waltersapidoc: Remove unnecessary srcdir != builddir workaround
2016-01-28 Colin WaltersRewrite manual in mkdocs
2016-01-28 Colin Waltersbuild: Rename doc/ -> apidoc/
2016-01-28 Colin Waltersbuild: Move man pages into man/
2016-01-27 Colin Walterstests: Use "bash strict mode"
2016-01-27 Colin Waltersgrub2: Don't delete grub2.cfg.old file we just copied
2016-01-26 Colin Waltersrefs: Add a missing `goto out` for error handling
2016-01-26 Colin WaltersAdd a checkout option to skip fsync
2016-01-20 Giuseppe Scrivanodiff: do not traverse parent commits
2016-01-13 Colin Walterssysroot: Don't individually fsync dirs in checkout...
2016-01-13 Colin Waltersrepo: Note global transaction resume is legacy
2016-01-12 Colin WaltersRelease 2016.1
2016-01-07 Colin Waltersrepo: Add APIs for devino optimization between checkout...
2016-01-05 Colin Waltersrepo: Expose dfd-relative mtree writes as public API
2015-12-24 Jonathan Lebongrub2_generate: load sysroot before using it
2015-12-19 Matthew Barnesfetcher: Lazily create tmp directory
2015-12-19 Colin Waltersdeploy: Change large parts to be fd-relative, drop...
2015-12-19 Colin Waltersbootconfig: Add ostree_bootconfig_parser_write_at
2015-12-19 Colin Waltersdeploy: Find kernel/initramfs consistently from filesystem
2015-12-18 Giuseppe Scrivanotests: add tests for prune --static-deltas-only
2015-12-18 Giuseppe Scrivanoprune: add new flag --static-deltas-only
2015-12-18 Giuseppe Scrivanorepo: new function ostree_repo_prune_static_deltas
2015-12-17 Matthew Barnesremote: Add "ostree remote summary" command
2015-12-17 Matthew Barnesrepo: Add ostree_repo_verify_summary()
2015-12-14 Colin Waltersbuild: Fix srcdir != builddir
2015-12-14 Matthew Barnespull: Push a temporary main context for sync requests
2015-12-14 Matthew Barnesfetcher: Move the SoupSession to a separate thread
2015-12-14 Matthew Barnesfetcher: Add "config-flags" construct-only property
2015-12-14 Alexander Larssonrepo: Allocate a tmpdir for each OstreeFetcher to isola...
2015-12-14 Alexander Larssonrepo: Use per-transaction staging dir
2015-12-14 Alexander Larssonrepo: Add _ostree_repo_allocate_tmpdir helper
2015-12-14 Alexander LarssonUpdate to latest libglnx
2015-12-07 Colin Waltersbuild: Also add a configure check for YACC/bison
2015-12-07 Colin Waltersbuild: Delete generated parse-datetime.c file, use...
2015-12-04 Colin Walterscmdline: Fatally error if the timestamp in a commit...
2015-12-04 Giuseppe Scrivanotests: add missing ${CMD_PREFIX}
2015-12-04 Giuseppe Scrivanoparse-datetime: use the module from gnulib
2015-12-04 Colin WaltersRelease 2015.11
2015-12-04 Colin Waltersgpg-verifier: Fix compiler warning
2015-12-03 Matthew Barnesrepo: Fix backwards timestamp in ostree_repo_write_commit()
2015-12-03 Matthew Barnesremote: Print full refspec in "ostree remote refs"
2015-12-01 Matthew Barnesfetcher: Remove "total_requests" counter
2015-12-01 Matthew Barnesfetcher: Remove "sending_messages" hash table
2015-11-23 Matthew Barnesglnx: Update from master
2015-11-23 Matthew Barnestrivial-httpd: Avoid SoupBuffer when there's no content
2015-11-23 Matthew Barnesrepo: Never delete .commitmeta files
2015-11-18 Matthew Barnesrepo: Validate checksums have correct length
2015-11-16 Giuseppe Scrivanotests: prefix invocation of ostree with where missing
2015-11-16 Giuseppe Scrivanotests: add tests for prune --keep-younger-than=DATE
2015-11-16 Giuseppe Scrivanocommit: add --timestamp=TIMESTAMP
2015-11-16 Giuseppe Scrivanolibostree: add new API ostree_repo_write_commit_with_time
2015-11-16 Giuseppe Scrivanoostree: do not print the usage on each G_IO_ERROR_NOT_S...
2015-11-16 Giuseppe Scrivanopull: make slightly clearer when failing for missing...
2015-11-16 Giuseppe Scrivanoprune: add --keep-younger-than=DATE
next